Skip to content

Commit 23ba3c2

Browse files
committed
Minor fix to CRAN complaints
1 parent 91052b2 commit 23ba3c2

File tree

10 files changed

+45
-39
lines changed

10 files changed

+45
-39
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: nat.nblast
22
Type: Package
33
Title: NeuroAnatomy Toolbox ('nat') Extension for Assessing Neuron Similarity
44
and Clustering
5-
Version: 1.6.6
5+
Version: 1.6.7
66
Authors@R: c(
77
person("Gregory", "Jefferis", email= "jefferis@gmail.com",
88
role = c("aut"), comment = c(ORCID = "0000-0002-0587-9355")),
@@ -11,7 +11,7 @@ Authors@R: c(
1111
)
1212
Description: Extends package 'nat' (NeuroAnatomy Toolbox) by providing a
1313
collection of NBLAST-related functions for neuronal morphology comparison (Costa et al. (2016) <doi: 10.1016/j.neuron.2016.06.012>).
14-
URL: https://github.com/natverse/nat.nblast, https://natverse.github.io
14+
URL: https://natverse.org/nat.nblast/
1515
BugReports: https://github.com/natverse/nat.nblast/issues
1616
Depends:
1717
R (>= 2.15.1),
@@ -33,6 +33,6 @@ Suggests:
3333
License: GPL-3
3434
LazyData: yes
3535
VignetteBuilder: knitr
36-
RoxygenNote: 7.1.1
36+
RoxygenNote: 7.2.3
3737
Language: en-GB
3838
Encoding: UTF-8

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Generated by roxygen2: do not edit by hand
22

33
S3method("dimnames<-",spam)
4+
S3method(WeightedNNBasedLinesetMatching,default)
45
S3method(WeightedNNBasedLinesetMatching,dotprops)
56
S3method(WeightedNNBasedLinesetMatching,neuron)
67
S3method(diagonal,default)

R/DATA.r

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#' same type, rather than unrelated neurons.
66
#'
77
#' These scoring matrices were generated using all by all pairs from 150 DL2
8-
#' antennal lobe projection neurons from the \url{http://flycircuit.tw} dataset
9-
#' and 5000 random pairs from the same dataset.
8+
#' antennal lobe projection neurons from the FlyCircuit dataset and 5000 random
9+
#' pairs from the same dataset.
1010
#'
1111
#' \itemize{
1212
#'
@@ -34,27 +34,27 @@ NULL
3434
#'
3535
#' This R list (which has additional class \code{neuronlist}) contains 15
3636
#' skeletonized \emph{Drosophila} neurons as \code{dotprops} objects. Original
37-
#' data is due to Chiang et al. [1], who have generously shared their raw data
38-
#' at \url{http://flycircuit.tw}. Automated tracing of neuron skeletons was
39-
#' carried out by Lee et al [2]. Image registration and further processing was
40-
#' carried out by Greg Jefferis, Marta Costa and James Manton[3].
37+
#' data is due to Chiang et al. [1], who have generously shared their raw data.
38+
#' Automated tracing of neuron skeletons was carried out by Lee et al [2]. Image
39+
#' registration and further processing was carried out by Greg Jefferis, Marta
40+
#' Costa and James Manton[3].
4141
#' @name fctraces20
4242
#' @docType data
4343
#' @references [1] Chiang A.S., Lin C.Y., Chuang C.C., Chang H.M., Hsieh C.H.,
4444
#' Yeh C.W., Shih C.T., Wu J.J., Wang G.T., Chen Y.C., Wu C.C., Chen G.Y.,
4545
#' Ching Y.T., Lee P.C., Lin C.Y., Lin H.H., Wu C.C., Hsu H.W., Huang Y.A.,
4646
#' Chen J.Y., et al. (2011). Three-dimensional reconstruction of brain-wide
4747
#' wiring networks in Drosophila at single-cell resolution. Curr Biol 21 (1),
48-
#' 1--11. doi: \url{http://doi.org/10.1016/j.cub.2010.11.056}
48+
#' 1--11. doi: \doi{10.1016/j.cub.2010.11.056}
4949
#'
5050
#' [2] P.-C. Lee, C.-C. Chuang, A.-S. Chiang, and Y.-T. Ching. (2012).
5151
#' High-throughput computer method for 3d neuronal structure reconstruction
5252
#' from the image stack of the Drosophila brain and its applications. PLoS
5353
#' Comput Biol, 8(9):e1002658, Sep 2012. doi:
54-
#' \url{http://doi.org/10.1371/journal.pcbi.1002658}.
54+
#' \doi{10.1371/journal.pcbi.1002658}.
5555
#'
5656
#' [3] NBLAST: Rapid, sensitive comparison of neuronal structure and
5757
#' construction of neuron family databases. Marta Costa, Aaron D. Ostrovsky,
5858
#' James D. Manton, Steffen Prohaska, Gregory S.X.E. Jefferis. bioRxiv doi:
59-
#' \url{http://doi.org/10.1101/006346}.
59+
#' \doi{10.1101/006346}.
6060
NULL

R/nat.nblast.r

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#' Neuron similarity, search and clustering tools
22
#'
3+
#' \bold{nat.nblast} provides tools to compare neuronal morphology using the
4+
#' NBLAST algorithm (Costa et al. 2016).
5+
#'
36
#' @section Similarity and search:
47
#'
58
#' The main entry point for similarity and search functions is
@@ -82,7 +85,7 @@
8285
#' @references Costa, M., Ostrovsky, A.D., Manton, J.D., Prohaska, S., and
8386
#' Jefferis, G.S.X.E. (2014). NBLAST: Rapid, sensitive comparison of neuronal
8487
#' structure and construction of neuron family databases. bioRxiv preprint.
85-
#' \href{http://dx.doi.org/10.1101/006346}{doi: 10.1101/006346}.
88+
#' \doi{10.1101/006346}.
8689
#'
8790
#' @name nat.nblast-package
8891
#' @aliases nat.nblast

R/neuriteblast.r

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,18 @@
105105
#' @references Kohl, J. Ostrovsky, A.D., Frechter, S., and Jefferis, G.S.X.E
106106
#' (2013). A bidirectional circuit switch reroutes pheromone signals in male
107107
#' and female brains. Cell 155 (7), 1610--23
108-
#' \href{http://dx.doi.org/10.1016/j.cell.2013.11.025}{doi:
109-
#' 10.1016/j.cell.2013.11.025}.
108+
#' \doi{10.1016/j.cell.2013.11.025}.
110109
#'
111110
#' Costa, M., Ostrovsky, A.D., Manton, J.D., Prohaska, S., and Jefferis,
112111
#' G.S.X.E. (2014). NBLAST: Rapid, sensitive comparison of neuronal structure
113112
#' and construction of neuron family databases. bioRxiv preprint.
114-
#' \href{http://dx.doi.org/10.1101/006346}{doi: 10.1101/006346}.
113+
#' \doi{10.1101/006346}.
115114
#'
116115
#' Jefferis G.S.X.E., Potter C.J., Chan A.M., Marin E.C., Rohlfing T., Maurer
117116
#' C.R.J., and Luo L. (2007). Comprehensive maps of Drosophila higher
118117
#' olfactory centers: spatially segregated fruit and pheromone representation.
119118
#' Cell 128 (6), 1187--1203.
120-
#' \href{http://dx.doi.org/10.1016/j.cell.2007.01.040}{doi:10.1016/j.cell.2007.01.040}
119+
#' \doi{10.1016/j.cell.2007.01.040}
121120
#'
122121
#'
123122
#'
@@ -410,7 +409,7 @@ WeightedNNBasedLinesetMatching.neuron<-function(target, query, UseAlpha=FALSE,
410409
WeightedNNBasedLinesetMatching(target, query, ...)
411410
}
412411

413-
412+
#' @export
414413
WeightedNNBasedLinesetMatching.default<-function(target,query,dvs1=NULL,dvs2=NULL,alphas1=NULL,
415414
alphas2=NULL,NNDistFun=WeightedNNBasedLinesetDistFun,Verbose=FALSE,
416415
BothDirections=FALSE,BothDirectionsFun=list,OnlyClosestPoints=FALSE,...){

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# nat.nblast <img src="man/figures/logo.svg" align="right" height="139" />
22
<!-- badges: start -->
3-
[![natverse](https://img.shields.io/badge/natverse-Part%20of%20the%20natverse-a241b6)](https://natverse.github.io)
3+
[![natverse](https://img.shields.io/badge/natverse-Part%20of%20the%20natverse-a241b6)](https://natverse.org/)
44
[![Release Version](https://img.shields.io/github/release/natverse/nat.nblast.svg)](https://github.com/natverse/nat.nblast/releases/latest)
55
[![CRAN status](https://www.r-pkg.org/badges/version/nat.nblast)](https://CRAN.R-project.org/package=nat.nblast)
6-
[![Build Status](https://travis-ci.org/natverse/nat.nblast.svg?branch=master)](https://travis-ci.org/natverse/nat.nblast)
7-
[![Docs](https://img.shields.io/badge/docs-100%25-brightgreen.svg)](https://natverse.github.io/nat.nblast/reference/)
6+
[![Build Status](https://travis-ci.org/natverse/nat.nblast.svg?branch=master)](https://app.travis-ci.com/natverse/nat.nblast)
7+
[![Docs](https://img.shields.io/badge/docs-100%25-brightgreen.svg)](https://natverse.org/nat.nblast/reference/)
88
<!-- badges: end -->
99

1010
**nat.nblast** is part of the [NeuroAnatomy Toolbox](https://jefferislab.github.io/)
@@ -52,13 +52,13 @@ databases of neurons. There is also support for all x all comparison for a group
5252
of neurons. This can produce a distance matrix suitable for hierarchical clustering,
5353
which is also implemented in the package.
5454

55-
These tools are designed as an addon for the [NeuroAnatomy Toolbox](https://natverse.github.io/nat)
55+
These tools are designed as an addon for the [NeuroAnatomy Toolbox](https://natverse.org/nat/)
5656
(nat) R package, which will be installed as dependency.
5757

5858
You will probably find the following online documentation helpful:
5959

60-
* https://natverse.github.io/nat.nblast - Online documentation for this R package
61-
* http://jefferislab.org/si/nblast - Overview of NBLAST algorithm and online tools
60+
* https://natverse.org/nat.nblast/ - Online documentation for this R package
61+
* https://jefferislab.org/si/nblast/ - Overview of NBLAST algorithm and online tools
6262

6363
## Installation
6464
This package has been released to [CRAN](https://cran.r-project.org/package=nat.nblast)
@@ -81,6 +81,6 @@ devtools::install_github("natverse/nat.nblast")
8181
```
8282
Note that this will also update the [nat package](https://github.com/natverse/nat)
8383
to the latest development version from github. Windows users need
84-
[Rtools](http://www.murdoch-sutherland.com/Rtools/) to install this way.
84+
[Rtools](https://www.murdoch-sutherland.com/Rtools/) to install this way.
8585

8686

man/fctraces20.Rd

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nat.nblast-package.Rd

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/nblast.Rd

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/smat.fcwb.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)