search for: mypkg2

Displaying 2 results from an estimated 2 matches for "mypkg2".

Did you mean: mypkg
2014 Jul 06
0
useDynLib
I would like to be able to load two versions of a package at once and to do that was thinking of giving each version a different package name in the DESCRIPTION file and the building and installing each such version separately. library(myPkg1) library(myPkg2) and then use myPkg1::myFun() and myPkg2::myFun(). To do that easily it would be convenient if one could change the package name in only one place (the DESCRIPTION file) and have that propagate to all other uses of the package name in the package. Suppose the package were named "myPkg"...
2007 Jan 01
3
Wish list
...ary missing values and structurally missing ones. 9. bidirectional pipes in Windows 10. Create a log updated at a regular frequency (daily or real time) that tracks all changes on CRAN, e.g. Date(GMT) Package Version Action 2006-09-20 21:22:01 mypkg 1.0.1 new 2006-09-20 22:00:23 mypkg2 0.2.1 updated 11. make integrate generic. Ryacas could use that. 12. Remove all R CMD dependencies on the find.exe command. find is a built in command in Windows and having find.exe on my path causes problems with other programs. 13. Make upper/lower case of simplify/SIMPLIFY consis...