[R-pkg-devel] Help with Devtools Error

2017-10-20 Thread Adrian Cunningham
Hello,


I hope that this email finds you all well. Any help with the following
error messages that I am getting when I run devtools::check() on my
package would be greatly appreciated. I think that it is a Namespace
error - but when I try to export my function, it doesn't pass the
install check of the devtools check.

Thank you in advance!


* checking examples ...
** running examples for arch 'i386' ... ERROR
Running examples in 'MDSPlot-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PlotMDS
> ### Title: PlotMDS
> ### Aliases: PlotMDS
> ### Keywords: ~kwd1 ~kwd2
>
> ### ** Examples
>
> PlotMDS()
Error in PlotMDS() : could not find function "PlotMDS"
Execution halted
** running examples for arch 'x64' ... ERROR
Running examples in 'MDSPlot-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PlotMDS
> ### Title: PlotMDS
> ### Aliases: PlotMDS
> ### Keywords: ~kwd1 ~kwd2
>
> ### ** Examples
>
> PlotMDS()
Error in PlotMDS() : could not find function "PlotMDS"
Execution halted
* checking PDF version of manual ... OK
* DONE
Status: 2 ERRORs, 4 WARNINGs, 5 NOTEs


Best,

*Adrian Cunningham, M.A.*

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[R-pkg-devel] Trying to remove dot file

2017-10-23 Thread Adrian Cunningham
Hello Everyone,


I am trying to eliminate a warning from my package so that it will pass the
devtools check.

* checking package subdirectories ... WARNING
Subdirectory 'man' contains invalid file names:
  '._PlotMDS.Rd'
Please remove or rename the files.


I tried using "dot_clean -m --keep=mostrecent /PlotMDS/man" and that didn't
seem to remove the file. I am not able to view the file (tried using sudo
ls).

Does anyone have any suggestions to help me? Any suggestions would be most
welcome and appreciated, thank you!


-- 
Adrian Cunningham

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel