--
You received this message because you are subscribed to the Google Groups "dartR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dartr+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dartr/d44d8701-9f9a-4aba-99cd-25ec9c00cbb9n%40googlegroups.com.
Hi Annika,
On what kind of system are you running R. I know that linux (and maybe mac) needs gdal installed separately to run rgdal.
So maybe that helps.
PopGenReport is submitted and will be on CRAN in the coming days I hope.
If not possible via cran you can install PopGenReport via
devtools::install_github("green-striped-gecko/PopGenReport")
Cheers, Bernd
==============================================================================
Dr Bernd Gruber )/_
_.--..---"-,--c_
Professor Ecological Modelling \|..' ._O__)_
Tel: (02) 6206 3804 ,=. _.+ _ \..--( /
Fax: (02) 6201 2328 \\.-''_.-' \ ( \_
Institute for Applied Ecology `''' `\__ /\
Faculty of Science and Technology ')
University of Canberra ACT 2601 AUSTRALIA
Email: bernd....@canberra.edu.au
WWW: bernd-gruber
Australian Government Higher Education Provider Number CRICOS #00212K
NOTICE & DISCLAIMER: This email and any files transmitted with it may contain
confidential or copyright material and are for the attention of the addressee
only. If you have received this email in error please notify us by email
reply and delete it from your system. The University of Canberra accepts
no liability for any damage caused by any virus transmitted by this email.
==============================================================================
--
Hi Annika,
I checked out of interest. Rgdal has been submitted about two weeks ago to cran but it fails to install on macs.
You maybe able to install an older version via
require(devtools)
install_version("rgdal", version = "xyz")
which version works (if at all you have to try
the versions that are available can be found here (under archive):
https://cran.r-project.org/web/packages/rgdal/index.html
or you might try an older mac binary.
Cheers, Bernd

==============================================================================
Dr Bernd Gruber )/_
_.--..---"-,--c_
Professor Ecological Modelling \|..' ._O__)_
Tel: (02) 6206 3804 ,=. _.+ _ \..--( /
Fax: (02) 6201 2328 \\.-''_.-' \ ( \_
Institute for Applied Ecology `''' `\__ /\
Faculty of Science and Technology ')
University of Canberra ACT 2601 AUSTRALIA
Email: bernd....@canberra.edu.au
WWW: bernd-gruber
Australian Government Higher Education Provider Number CRICOS #00212K
NOTICE & DISCLAIMER: This email and any files transmitted with it may contain
confidential or copyright material and are for the attention of the addressee
only. If you have received this email in error please notify us by email
reply and delete it from your system. The University of Canberra accepts
no liability for any damage caused by any virus transmitted by this email.
==============================================================================
From: da...@googlegroups.com <da...@googlegroups.com>
On Behalf Of Annika
Sent: Friday, 27 May 2022 14:40
To: dartR <da...@googlegroups.com>
Subject: [dartR] Installation issues
Hello,
--