This is already fixed by
r46068 | maechler | 2008-07-16 22:34:26 +0100 (Wed, 16 Jul 2008) | 1 line
package.skeleton(., code_files) fix name check
Not sure when it was submitted
On Thu, 7 Aug 2008, [EMAIL PROTECTED] wrote:
Hi the list,
I guess I find an other bug (the first one is at th
Hi the list,
I guess I find an other bug (the first one is at the end off this mail)
in package.skeleton. It occurs when we give as code_file some file that
are not in the current directories.
If we give a single file to code_file (like code_file=3D"riri/fifi.R"),
it does not reconize fifi.R a
By the way, will it be a big change to allow the user to give the name
of a directories instead of a file ? The following code :
code_file=c("dir1\file1.r","dir1\file2.r","dir1\file3.r")
willl become :
code_file=c("dir1\")
Then, reconizing that dir1\ is a directories, skeleton.package will
in
On 7/15/2008 1:33 PM, [EMAIL PROTECTED] wrote:
Hi the list,
I am using package.skeleton on a file that has a very classic name, but
package.skeleton detect it as a invalid name :
--- 8< ---
package.skeleton(name="packClassicBis",code_files="./packClassic/R/progClassic.R")
Création des ré
Hi the list,
I am using package.skeleton on a file that has a very classic name, but
package.skeleton detect it as a invalid name :
--- 8< ---
package.skeleton(name="packClassicBis",code_files="./packClassic/R/progClassic.R")
Création des répertoires...
Création de DESCRIPTION...
Création