install_progsf90 | R Documentation |
Copy the binaries for the specified platform into a directory.
install_progsf90(
url = breedr_progsf90_repo(),
dest = system.file("bin", package = "breedR"),
platform = breedR.os.type(),
arch = breedR.os.32or64bit(),
quiet = !interactive()
)
url |
where to download the files from |
dest |
destination directory for the binaries. Default is 'bin' under the current installation dir. |
platform |
what version of the binaries are to be installed. Default is current platform. |
arch |
Either "32" or "64". Coerced to string if necessary. |
quiet |
logical. Whether not to display messages. |
The url can be either of form http:// or of form file:// for local urls.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.