Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geonetwork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UMR-ASTRE
geonetwork
Commits
11be2bd6
Commit
11be2bd6
authored
6 years ago
by
Facundo Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
project description
parent
4dd7edab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
DESCRIPTION
+26
-8
26 additions, 8 deletions
DESCRIPTION
LICENSE
+674
-0
674 additions, 0 deletions
LICENSE
NAMESPACE
+2
-1
2 additions, 1 deletion
NAMESPACE
with
702 additions
and
9 deletions
DESCRIPTION
+
26
−
8
View file @
11be2bd6
Package: geonetwork
Type: Package
Title: What the Package Does (Title Case)
Version: 0.0-0
Author: Who wrote it
Maintainer: The package maintainer <yourself@somewhere.net>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Title: Geographic Networks
Version: 0.0-1
Date: 2019-01-28
Authors@R: person("Facundo", "Muñoz", email = "facundo.munoz@cirad.fr", role = c("aut", "cre"))
Description: Classes and methods for handling networks or graphs
whose nodes are geographical (i.e. locations in the globe). Create,
transform, plot.
Depends: R (>= 3.2)
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
\ No newline at end of file
LazyData: true
Imports:
igraph,
methods,
sp,
sf
Suggests:
devtools,
knitr,
mapview,
rmarkdown,
roxygen2,
testthat
RoxygenNote: 6.1.1
URL: https://gitlab.com/famuvie/geonetwork
BugReports: https://gitlab.com/famuvie/geonetwork/issues
VignetteBuilder: knitr
This diff is collapsed.
Click to expand it.
LICENSE
0 → 100644
+
674
−
0
View file @
11be2bd6
This diff is collapsed.
Click to expand it.
NAMESPACE
+
2
−
1
View file @
11be2bd6
exportPattern("^[[:alpha:]]+")
# Generated by roxygen2: do not edit by hand
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment