Page 1 of 1
					
				problems installing a module
				Posted: Fri May 01, 2020 4:44 pm
				by Alex Estudillo
				Hi all, 
I am having problems installing the module PartialProximity. I have tried to follow the instructions here, but I still get some error.
It seems that Jamovi is found: 
Code: Select all
> jmvtools::check(home='c:\\Program Files\\jamovi 1.2.17.0')
jamovi compiler
jamovi found at c:\Program Files\jamovi 1.2.17.0\bin\jamovi.exe
I pasted the unzip folder in my working directory: "Program Files\\jamovi 1.2.17.0", but then when I try to install it, I obtain the following error:
Code: Select all
jmvtools::install()
jamovi compiler
jamovi could not be found!
Am I missing something? Any help would be much appreciated. 
Alex
 
			 
			
					
				Re: problems installing a module
				Posted: Fri May 01, 2020 6:26 pm
				by sbalci
				I also had same problem. 
try jmvtools::install(home='c:\\Program Files\\jamovi 1.2.17.0' )
Or change folder name to 'jamovi', delete 1.2.17.0
			 
			
					
				Re: problems installing a module
				Posted: Fri May 01, 2020 9:00 pm
				by Alex Estudillo
				Hi Sbalci,
Thanks for your input. Unfortunately, still havbing issues. I deleted the version, but now I obtain the following output:
jamovi compiler
Code: Select all
jamovi found at c:\Program Files\jamovi\bin\jamovi.exe
DESCRIPTION file could not be found
Is the path specified an R/jamovi package?
Any idea?
 
			 
			
					
				Re: problems installing a module
				Posted: Fri May 01, 2020 10:35 pm
				by sbalci
				Please try this one: jmvtools::install(pkg = "C://ClinicoPath", home = "C://Program Files//jamovi//bin")
pkg shows the folder you have the DESCRIPTION and other package files.
			 
			
					
				Re: problems installing a module
				Posted: Fri May 01, 2020 11:31 pm
				by Alex Estudillo
				It worked now! Thanks a lot Sbalcy.
			 
			
					
				Re: problems installing a module
				Posted: Sat May 02, 2020 12:43 am
				by sbalci
				
			 
			
					
				Re: problems installing a module
				Posted: Mon Apr 04, 2022 1:17 am
				by xz3180
				sbalci wrote:Please try this one: jmvtools::install(pkg = "C://ClinicoPath", home = "C://Program Files//jamovi//bin")
pkg shows the folder you have the DESCRIPTION and other package files.
I have the same problem. I tried  jmvtools::install(pkg = "C://ClinicoPath", home = "C://Program Files//jamovi//bin")
Still show
> jmvtools::install(pkg = "C://ClinicoPath", home = "C://Program Files//jamovi//bin" )
jamovi compiler
jamovi could not be found at: C:\Program Files\jamovi\bin
Any idea?
 
			 
			
					
				Re: problems installing a module
				Posted: Mon Apr 04, 2022 4:00 am
				by jonathon
				hi xz,
take a look where jamovi is installed on your computer, and specify the path accordingly.
it's normally installed something like "C:/Program Files/jamovi 2.3.2.0"
cheers