Re: [MORPHMET] problems opening ply files

2016-10-28 Thread morphmet
Two possibilities... 1) Make sure you are using the latest version and running the program via a .bat, .sh, or .app. There could be memory problems if you try to run the .java file directly. The scripts provide for more memory. but more likely... 2) Some programs create .ply files that are s

[MORPHMET] Re: geomorph updates

2016-10-28 Thread Milena Stefanovic
It didn't work for me: Downloading GitHub repo geomorphR/geomorph@master from URL https://api.github.com/repos/geomorphR/geomorph/zipball/master Error in stop(github_error(request)) : 404: Not Found (404) I am using R Studio Version 0.99.903 for Windows. Best regards, Milena -- MORPHMET may

[MORPHMET] problems opening ply files

2016-10-28 Thread Gabriel Wrobel
Hi all. I am new to this sort of analysis, so apologize in advance for the rudimentary nature of my question. I am attempting to open ply files of 3D cranial models built with Agisoft Photoscan on Morpheus and am not having any luck at all. Morpheus reads the file, but does not open it. It see

[MORPHMET] Re: geomorph updates

2016-10-28 Thread Milena Stefanovic
That worked! Thank you, Milena -- MORPHMET may be accessed via its webpage at http://www.morphometrics.org --- You received this message because you are subscribed to the Google Groups "MORPHMET" group. To unsubscribe from this group and stop receiving emails from it, send an email to morphm

[MORPHMET] RE: [geomorph-r-package] Re: geomorph updates

2016-10-28 Thread Adams, Dean [EEOBS]
Milena, Installing from Github requires installing from the stable branch, not Master. Try this: devtools::install_github("geomorphR/geomorph", ref = "Stable") Note the ‘Stable’ option at the end. Dean Dr. Dean C. Adams Professor Department of Ecology, Evolution, and Organismal Biology

[MORPHMET] Re: [geomorph-r-package] Re: geomorph updates

2016-10-28 Thread Mike Collyer
Milena, You must provide a branch reference devtools:::install_github(“geomorphR/geomorph”, ref = “Stable”) should work, but devtools:::install_github(“geomorphR/geomorph”) will not work. Mike > On Oct 28, 2016, at 9:57 AM, Milena Stefanovic wrote: > > > It didn't work for me: > > Down