[ESS-bugs] Trailing slash with devtools::check
Lionel Henry
lionel.hry at gmail.com
Tue Jun 28 15:12:30 CEST 2016
Thanks, that has already been fixed on master.
Lionel
> On 27 juin 2016, at 16:24, Kevin Wright <kw.stat at gmail.com> wrote:
>
> On Windows, if I am developing package "kw" and I use C-c C-w c to check
> the package, then I see this:
>
>
>
> R> devtools::check('c:/x/rpack/kw/')
>
> Error: Can't find 'c:\x\rpack\kw\'.
>
>
>
> The problem here seems to be the trailing slash, because in the inferior
> ESS buffer I can manually issue the commands like this:
>
>
>
> R> devtools::check('c:/x/rpack/kw/')
>
> Error: Can't find 'c:\x\rpack\kw\'.
>
>
>
> R> devtools::check('c:/x/rpack/kw')
>
> Updating kw documentation
>
> Loading kw
>
> Writing NAMESPACE
>
>
>
> I suggest that C-c C-w c could kindly remove the trailing slash from the
> package path before calling devtools::check
>
>
>
> Thanks
>
>
> --
> Kevin Wright
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> ESS-bugs ESS-bugs at r-project.org
> https://stat.ethz.ch/mailman/listinfo/ess-bugs
>
> _______________________________________________
> ESS-core list: https://stat.ethz.ch/mailman/listinfo/ess-core
More information about the ESS-bugs
mailing list