R-Studio - Package installation error

Asked

Viewed 672 times

4

I try to install the package from the .zip, but the following message appears:

R Tools for Biologists (Rt4bio)

Funtions:
rdiagnostic: Make a Diagnostic residuals Plot.
plotbar: Use barplot2 from gregmisc package Instead.
gpsmanimport: Import coordinates from Gpsman Trajectories.
plotmap: Make maps from gpsmanimport dataset.
popgraph: Make populations graphs.
survregraph: Make a Survival Graph.
curve3d: Make a 3D Plot using a similar syntax to the syntax of curve.
volum: Make Stimate volum of the nests termites arboreals.
Liquen: Make etimate area of the liquens.
photoanalyzer: Make calculation of openness, Coverage and Aggregation of Canopy Trees through hemispherical photographs.

use ? functionname for help.

Rt4bio version 1.0 is now Loaded

Missed warning messages:

package ːRt4bio' was built under R version 2.15.2

1 answer

1

Try to make install.packages(file.choose(), repos=NULL). The command file.choose() will allow you to choose the file .zip concerned.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.