[R] really dumb question with building/creating a new package.

Erin Hodgess erinm.hodgess at gmail.com
Fri Aug 18 00:53:12 CEST 2017


For what it's worth, here is the solution:

install.packages(devtools)

check("RcmdrPlugin.gstats")
install("RcmdrPlugin.gstats")
library(RcmdrPlugin.gstats)

And POOF

it ran perfectly!

Thanks for all of your help.


On Thu, Aug 17, 2017 at 5:18 PM, Erin Hodgess <erinm.hodgess at gmail.com>
wrote:

> Thank you!
>
>
> On Thu, Aug 17, 2017 at 4:55 PM, Bert Gunter <bgunter.4567 at gmail.com>
> wrote:
>
>> r-package-devel is probably a better place to post this, especially if
>> you do not get a satisfactory reply here. This list is about R
>> programming, as you presumably know; your query is not.
>>
>> Cheers,
>> Bert
>>
>>
>> Bert Gunter
>>
>> "The trouble with having an open mind is that people keep coming along
>> and sticking things into it."
>> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>>
>>
>> On Thu, Aug 17, 2017 at 2:46 PM, Erin Hodgess <erinm.hodgess at gmail.com>
>> wrote:
>> > Hello.
>> >
>> > I am creating a new RcmdrPlugin package.  However, I am getting some
>> very
>> > odd messages.
>> >
>> > R CMD build RcmdrPlugin.gstats_1.0.0
>> >
>> >  ERROR
>> >
>> > cannot change to directory ‘RcmdrPlugin.gstats_1.0.0’
>> >
>> > es-macbook-air:~ emhodgess$ R CMD check RcmdrPlugin.gstats_1.0.0
>> >
>> > Warning: ‘RcmdrPlugin.gstats_1.0.0’ is neither a file nor directory,
>> > skipping
>> >
>> >
>> > es-macbook-air:~ emhodgess$ cd RcmdrPlugin.gstats/
>> >
>> > es-macbook-air:RcmdrPlugin.gstats emhodgess$ pwd
>> >
>> > /Users/emhodgess/RcmdrPlugin.gstats
>> >
>> > es-macbook-air:RcmdrPlugin.gstats emhodgess$
>> >
>> >
>> > I can neither run R CMD build nor check.  Any help truly appreciated.
>> It's
>> > been ages since I've put together a package.
>> >
>> > Thanks,
>> > Erin
>> >
>> >
>> > --
>> > Erin Hodgess
>> > Associate Professor
>> > Department of Mathematical and Statistics
>> > University of Houston - Downtown
>> > mailto: erinm.hodgess at gmail.com
>> >
>> >         [[alternative HTML version deleted]]
>> >
>> > ______________________________________________
>> > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> > https://stat.ethz.ch/mailman/listinfo/r-help
>> > PLEASE do read the posting guide http://www.R-project.org/posti
>> ng-guide.html
>> > and provide commented, minimal, self-contained, reproducible code.
>>
>
>
>
> --
> Erin Hodgess
> Associate Professor
> Department of Mathematical and Statistics
> University of Houston - Downtown
> mailto: erinm.hodgess at gmail.com
>



-- 
Erin Hodgess
Associate Professor
Department of Mathematical and Statistics
University of Houston - Downtown
mailto: erinm.hodgess at gmail.com

	[[alternative HTML version deleted]]



More information about the R-help mailing list