cboettig / knitcitations

:package: Generate citations for knitr markdown and html files
http://carlboettiger.info
Other
220 stars 28 forks source link

Error installing package #15

Closed jbryer closed 11 years ago

jbryer commented 11 years ago

Hello. I am very interested in trying your package. Here is the error I get when trying to install on a Mac:

> install_github("knitcitations", "cboettig")
Installing github repo(s) knitcitations/master from cboettig
Installing knitcitations.zip from https://api.github.com/repos/cboettig/knitcitations/zipball/master
Installing knitcitations
/Library/Frameworks/R.framework/Resources/bin/R --vanilla CMD build  \
  '/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/RtmpBAfdtJ/cboettig-knitcitations-e2369d9'  \
  --no-manual --no-resave-data 

* checking for file '/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/RtmpBAfdtJ/cboettig-knitcitations-    e2369d9/DESCRIPTION' ... OK
* preparing 'knitcitations':
* checking DESCRIPTION meta-information ... OK
* installing the package to re-build vignettes
      -----------------------------------
* installing *source* package 'knitcitations' ...
** R
Error in .install_package_code_files(".", instdir) : 
files in 'Collate' field missing from     '/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/Rtmp7w4qBf/Rbuild213473022c24/knitcitations/R': citations.R
ERROR: unable to collate and parse R files for package 'knitcitations'
* removing '/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/Rtmp7w4qBf/Rinst213413a02a79/knitcitations'
      -----------------------------------
ERROR: package installation failed
Error: Command failed (1)
cboettig commented 11 years ago

Try now, you caught me in the midst of a package update and I simply hadn't remembered to update the documentation when I last pushed.

jbryer commented 11 years ago

Thanks. Different error now.

> install_github("knitcitations", "cboettig")
Installing github repo(s) knitcitations/master from cboettig
Installing knitcitations.zip from

https://api.github.com/repos/cboettig/knitcitations/zipball/master Installing knitcitations /Library/Frameworks/R.framework/Resources/bin/R --vanilla CMD build \

'/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/RtmpLhAhWU/cboettig-knitcitations-33b35c6' \ --no-manual --no-resave-data

* checking for file

'/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/RtmpLhAhWU/cboettig-knitcitations-33b35c6/DESCRIPTION' ... OK * preparing 'knitcitations': * checking DESCRIPTION meta-information ... OK * installing the package to re-build vignettes

\* installing _source_ package 'knitcitations' ...
*\* R
Error in .install_package_code_files(".", instdir) :
files in 'Collate' field missing from

'/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/Rtmpt1EBuH/Rbuild275766a285e3/knitcitations/R': read.bibtex.R write.bibtex.R ERROR: unable to collate and parse R files for package 'knitcitations' * removing '/private/var/folders/68/1b6hk5t941gc2p97nsvkslpw0000gn/T/Rtmpt1EBuH/Rinst275738042eb9/knitcitations'

ERROR: package installation failed
Error: Command failed (1)

On Mon, Oct 22, 2012 at 8:53 PM, Carl Boettiger notifications@github.comwrote:

Try now, you caught me in the midst of a package update and I simply hadn't remembered to update the documentation when I last pushed.

— Reply to this email directly or view it on GitHubhttps://github.com/cboettig/knitcitations/issues/15#issuecomment-9686390.

cboettig commented 11 years ago

Whoops. Okay, should install now(?)

jbryer commented 11 years ago

That worked! Thanks for your help.

On Tue, Oct 23, 2012 at 12:30 PM, Carl Boettiger notifications@github.comwrote:

Whoops. Okay, should install now(?)

— Reply to this email directly or view it on GitHubhttps://github.com/cboettig/knitcitations/issues/15#issuecomment-9708485.

cboettig commented 11 years ago

Thanks for your interest and for filing the bug! As I mentioned I'm aiming for a new version soon (see issue log for enhancements). Current stable version is on cran