Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add instructions to install CMTK and X11 #1

Open
mmc46 opened this issue Mar 22, 2015 · 3 comments
Open

add instructions to install CMTK and X11 #1

mmc46 opened this issue Mar 22, 2015 · 3 comments

Comments

@mmc46
Copy link

mmc46 commented Mar 22, 2015

On start-up:
Loading required package: rgl
Some nat functions depend on a CMTK installation. See ?cmtk and README.md for details.

Trying to install cmtk:
install.packages("cmtk")
Warning in install.packages :
package ‘cmtk’ is not available (as a binary package for R version 3.1.3)

Knitting NBLAST-algorithm fig:
Quitting from lines 39-51 (NBLAST_algorithm.Rmd)
Error in cmtk.bindir(check = TRUE) :
Cannot find CMTK. Please install from http://www.nitrc.org/projects/cmtk and make sure that it is your path!
Calls: ... xformpoints -> xformpoints.cmtkreg -> file.path -> cmtk.bindir

Can we add instructions to pre-install CMTK?

http://www.nitrc.org/frs/?group_id=212
CMTK-3.2.2-MacOSX-10.4-i686.dmg

Add also X11 for mac?
http://xquartz.macosforge.org/landing/

And is there an equivalent for windows?

@mmc46 mmc46 changed the title cmtk not available for R 3.1.3 add instructions to install CMTK and X11 Mar 22, 2015
@jefferis
Copy link
Member

Sent from my iPad

On 22 Mar 2015, at 13:36, mmc46 notifications@github.com wrote:

On start-up:
Loading required package: rgl
Some nat functions depend on a CMTK installation. See ?cmtk and README.md for details.

This means that CMTK command line tools are not installed on this machine or that nat cannot find them for some reason.

Trying to install cmtk:
install.packages("cmtk")
Warning in install.packages :
package ‘cmtk’ is not available (as a binary package for R version 3.1.3)

cmtk is not an R package. Is this in a script?

Knitting NBLAST-algorithm fig:
Quitting from lines 39-51 (NBLAST_algorithm.Rmd)
Error in cmtk.bindir(check = TRUE) :
Cannot find CMTK. Please install from http://www.nitrc.org/projects/cmtk and make sure that it is your path!
Calls: ... xformpoints -> xformpoints.cmtkreg -> file.path -> cmtk.bindir

As the message says CMTK needs to be installed from NITRC. Do you know if it has been?

@mmc46
Copy link
Author

mmc46 commented Mar 22, 2015

After installing

http://www.nitrc.org/frs/?group_id=212
CMTK-3.2.2-MacOSX-10.4-i686.dmg

it works fine. I'll add it to the pre-requisite downloads.

Maybe also add a link to your instructions to install the binaries?
http://flybrain.mrc-lmb.cam.ac.uk/dokuwiki/doku.php?id=warping_manual:compile_cmtk_tools

@jefferis
Copy link
Member

I've done something, so pull before editing further. Best, G.

Sent from my iPad

On 22 Mar 2015, at 14:32, mmc46 notifications@github.com wrote:

After installing

http://www.nitrc.org/frs/?group_id=212
CMTK-3.2.2-MacOSX-10.4-i686.dmg

it works fine. I'll add it to the pre-requisite downloads.

Maybe also add a link to your instructions to install the binaries?
http://flybrain.mrc-lmb.cam.ac.uk/dokuwiki/doku.php?id=warping_manual:compile_cmtk_tools


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants