I recently tried to pacletize the resource function SymbolToSubscript using the resource function PacletizeResourceFunction, but it doesn't work with SymbolToSubscript.
Could someone explain to me what is happening?
Problems:
Import::chtype: First argument <<1>> is not a valid file, directory, or URL specification.
Insert::ins: Cannot insert at position {2} in $Failed
First::normal: Nonatomic expression expected at position 1 in First[None].
First::normal: Nonatomic expression expected at position 1 in First[None].
Java::excptn: A Java exception occurred: com.wolfram.paclet.PacletInfoException: VersionNumber does not have the correct form of digits separated by periods in paclet named SymbolToSubscript
at com.wolfram.paclet.impl.PacletInfo.validate(Unknown Source)
at com.wolfram.paclet.PacletFactory.createPacletInfos(Unknown Source)
at com.wolfram.paclet.PacletFactory.createPacletInfos(Unknown Source)
at com.wolfram.paclet.PacletPacker.pack(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566).
13.0.1 for Microsoft Windows (64-bit) (January 28, 2022)– E. Chan-López Sep 09 '22 at 20:13"13.0.0 for Microsoft Windows (64-bit) (December 3, 2021)"and"13.1.0 for Microsoft Windows (64-bit) (June 16, 2022)", and both paclet file generation and direct installation work without issues. I also tried to use the installed function, and all examples from the documentation appear to work as expected. – Lukas Lang Sep 09 '22 at 21:11SymbolToSubscript. I appreciate the time you took to reply. – E. Chan-López Sep 10 '22 at 23:05